Eclipse Platform
Pre-release 3.0

org.eclipse.ui.keys
Class ParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.ui.keys.ParseException
All Implemented Interfaces:
Serializable

public final class ParseException
extends Exception

This class represents errors due to attempts to parse KeyStroke and KeySequence objects from improperly formatted formal string representations.

ParseException objects are immutable. Clients are not permitted to extend this class.

EXPERIMENTAL

Since:
3.0
See Also:
Serialized Form

Constructor Summary
ParseException()
          Constructs a ParseException with no specified detail message.
ParseException(String s)
          Constructs a ParseException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParseException

public ParseException()
Constructs a ParseException with no specified detail message.


ParseException

public ParseException(String s)
Constructs a ParseException with the specified detail message.

Parameters:
s - the detail message.

Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.